go.uber.org/goleak/internal/stack.Stack.ID (method)

5 uses

	go.uber.org/goleak/internal/stack (current package)
		stacks.go#L44: func (s Stack) ID() int {

	go.uber.org/goleak
		leaks.go#L41: 		if stack.ID() == skipID {
		leaks.go#L56: 	cur := stack.Current().ID()
		options.go#L87: 		excludeIDSet[s.ID()] = true
		options.go#L90: 		return excludeIDSet[s.ID()]